home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005 / CHIP Utilities 2005.iso / dosapps / freedos / doc / freecom / readme.txt < prev    next >
Encoding:
Text File  |  2000-12-13  |  1.3 KB  |  47 lines

  1. FreeCom Command Line Interface
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. About
  4. ~~~~~
  5. This software is part of the FreeDOS project. Please email
  6. freedos@sunsite.unc.edu for more information, or visit the freedos
  7. archive at "ftp://sunsite.unc.edu/pub/micro/pc-stuff/freedos".  Also,
  8. visit our web page at http://www.freedos.org/.
  9.  
  10. The command.com web site is at
  11.  
  12.    http://freedos.sourceforge.net/freecom
  13.  
  14. Please send any bug reports, comments or other info to:
  15.  
  16.    fd-command@topica.com  (command.com development mailing list)
  17.  
  18. This software has been developed by many people, which are enlisted
  19. within HISTORY.TXT now.
  20.  
  21. Please note that this software is separate from the DOS-C kernel and
  22. may or may not work properly under it.  Of course I am making every
  23. effort to make it compatible.
  24.  
  25. Installation
  26. ~~~~~~~~~~~~
  27. To use this shell, just run the COMMAND.COM file.
  28. You can also add this to your CONFIG.SYS file:
  29.  
  30. SHELL=<shell path><shell filename>
  31.  
  32. e.g.
  33.  
  34. SHELL=C:\FREEDOS\COMMAND.COM /P
  35.  
  36. Current Features
  37. ~~~~~~~~~~~~~~~~
  38. - environment handling with prompt and path support
  39. - directory utilities
  40. - command-line history with doskey-like features + filename completion (TAB)
  41. - batch file processing
  42. - input/output redirection and piping
  43. - loadhigh support
  44. - alias support
  45. - flow control (IF, FOR, GOTO, labels)
  46. - non-complete multi language support
  47.